home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / s / ep_nextsong.rexx < prev    next >
OS/2 REXX Batch file  |  1993-10-20  |  209b  |  18 lines

  1. /* EaglePlayer - nächsten SubSong des Modules abspielen */
  2.  
  3. /* Arguments */
  4.  
  5. address 'rexx_EP'
  6.  
  7. options results
  8.  
  9. status sub
  10.  
  11. if result == "no" then do
  12.     say "no subsongs available !"
  13. end
  14. else do
  15.     nextsong
  16. end
  17.  
  18.